home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Productivity / MacJournal 4.0.4.dmg / MacJournal.app / Contents / Resources / Danish.lproj / Update.nib / classes.nib next >
Text File  |  2006-06-27  |  985b  |  29 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             CLASS = MJWindowController; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {helpButton = NSButton; }; 
  8.             SUPERCLASS = NSWindowController; 
  9.         }, 
  10.         {
  11.             ACTIONS = {download = id; moreInfo = id; skip = id; }; 
  12.             CLASS = UpdateController; 
  13.             LANGUAGE = ObjC; 
  14.             OUTLETS = {
  15.                 currentVersionTextField = NSTextField; 
  16.                 downloadButton = NSButton; 
  17.                 headTextField = NSTextField; 
  18.                 moreInfoButton = NSButton; 
  19.                 myVersionTextField = NSTextField; 
  20.                 progressIndicator = NSProgressIndicator; 
  21.                 skipButton = NSButton; 
  22.                 statusTextField = NSTextField; 
  23.                 textView = NSTextView; 
  24.             }; 
  25.             SUPERCLASS = MJWindowController; 
  26.         }
  27.     ); 
  28.     IBVersion = 1; 
  29. }